home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacHaskell 2.2 / com / mcl / README < prev    next >
Encoding:
Text File  |  1994-09-27  |  2.5 KB  |  43 lines  |  [TEXT/ttxt]

  1. racting.   
  2.  
  3.     You can use the tweak-files.lisp script to set the creators of the 
  4.     files more intelligently.
  5.  
  6.     Also, un-binhex the file haskell.rsrc.hqx in this directory.
  7.  
  8.   * If you have installed Haskell somewhere other than Macintosh HD:haskell,
  9.     edit the various scripts in this directory to reflect the place where 
  10.     you unpacked the files on your machine.  
  11.  
  12.   * We recommend that you tweak the memory partition size for your copy
  13.     of MCL to at least 20MB.  You may need to enable virtual memory and
  14.     32-bit addressing on the memory control panel to get this to work.
  15.  
  16.   * mcl-setup.lisp contains some shared support and is loaded automatically
  17.     by the scripts that need it.  The other scripts do what they say they 
  18.     do; just load them into a fresh MCL.  The easiest way to run them is
  19.     just to double-click on the script and then do "Eval Buffer" from
  20.     the menu.  To build from scratch, you need to first do the 
  21.     "build-prelude" script, and then (in a fresh Lisp) the "savesys"
  22.     script.
  23.  
  24.   * By default, savesys.lisp creates an executable without the file
  25.     compiler loaded.  (This is to comply with the MCL licensing agreements
  26.     for standalone executables.)  If you have your own copy of MCL and
  27.     are rebuilding Yale Haskell from the source distribution for your
  28.     own use, this restriction doesn't apply to you, and you should
  29.     comment out the relevant line at the end of the file that disables
  30.     the compiler.
  31.  
  32.   * After you have built the executable, use the resource editor to copy
  33.     the resources from haskell.rsrc into it.  You may need to rebuild
  34.     your desktop after this to make it pick up the new icons; hold down
  35.     command-option while restarting your machine.
  36.  
  37.   * You should also move the executable from haskell/bin/new-mac-haskell
  38.     to just haskell/mac-haskell.  You might want to change the memory
  39.     partition size that it runs in, too.
  40.  
  41.  
  42. Read the notes in the manual about filenames and environment variables!!
  43.